home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo Especial Manga 1 / Micro Dingo Especial Manga 01 CD.iso / cd dingo / dingosexo / hentai / juegos / 06.swf / scripts / frame_113 / DoAction.as
Text File  |  2003-01-22  |  298b  |  20 lines

  1. tiempo_actual = getTimer();
  2. diferencia = tiempo_actual - tiempo_inicio;
  3. if("1000" < diferencia)
  4. {
  5.    timer -= "1";
  6.    tiempo_inicio = tiempo_actual;
  7.    if(timer == - "1")
  8.    {
  9.       gotoAndPlay(258);
  10.    }
  11.    else
  12.    {
  13.       gotoAndPlay(111);
  14.    }
  15. }
  16. else
  17. {
  18.    gotoAndPlay(111);
  19. }
  20.